projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1c9310
)
Fix typo in a NEWS entry for CSS mode
author
Simen Heggestøyl
<simenheg@gmail.com>
Tue, 31 Jan 2017 19:08:54 +0000
(20:08 +0100)
committer
Simen Heggestøyl
<simenheg@gmail.com>
Tue, 31 Jan 2017 19:10:16 +0000
(20:10 +0100)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 18ab162bd23997c0921a24175f895ee241e976b6..86a8385ae7663f38269a62f731f78bbba97672af 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-614,7
+614,7
@@
Completion candidates for HTML classes and IDs are retrieved from open
HTML mode buffers.
---
-*** CSS mode now binds 'C-h
s
' to a function that will show
+*** CSS mode now binds 'C-h
S
' to a function that will show
information about a CSS construct (an at-rule, property, pseudo-class,
pseudo-element, with the default being guessed from context). By
default the information is looked up on the Mozilla Developer Network,